From 7403e331c81da925d391462606a63d525e109538 Mon Sep 17 00:00:00 2001 From: "mjw@wray-m-3.hpl.hp.com" Date: Mon, 16 Aug 2004 08:51:01 +0000 Subject: [PATCH] bitkeeper revision 1.1159.28.3 (41207575mzlF_0ur32BtoOyRJw22pg) Skip check on recreate. --- tools/python/xen/xend/XendDomainInfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 0f17c10b4e..b3d9e7bef1 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -465,6 +465,7 @@ class XendDomainInfo: @param name: name @raise: VMerror if invalid """ + if self.recreate: return if name is None or name == '': raise VmError('missing vm name') if name[0] in string.digits: -- 2.30.2